home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Apps / HeaderViewer.app / HeaderDriver.nib / data.classes next >
Text File  |  1993-08-03  |  1KB  |  93 lines

  1. MachO = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     new:;
  5.     open:;
  6.     };
  7.     OUTLETS = {
  8.     editorList;
  9.     iconEnteredEditor;
  10.     openPanel;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     pickBrowser:;
  17.     showSortOptions:;
  18.     viewSourceInEdit:;
  19.     addHeader:;
  20.     pickFinder:;
  21.     updateHeaders:;
  22.     browseSelectionFromFinder:;
  23.     printTextObject:;
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. FindPanel = {
  28.     ACTIONS = {
  29.     enterSelection:;
  30.     findPanel:;
  31.     findPrevious:;
  32.     findNext:;
  33.     };
  34.     OUTLETS = {
  35.     findPanel;
  36.     };
  37.     SUPERCLASS = Object;
  38. };
  39. HeaderDriver = {
  40.     ACTIONS = {
  41.     appDidInit:;
  42.     printTextObject:;
  43.     showPreferences:;
  44.     appWillTerminate:;
  45.     showInfo:;
  46.     open:;
  47.     new:;
  48.     };
  49.     OUTLETS = {
  50.     BrowseSelectionButton;
  51.     openPanel;
  52.     SortOptionsButton;
  53.     iconEnteredEditor;
  54.     editSpeaker;
  55.     findOptionsPanel;
  56.     BrowseButton;
  57.     finderLanguageElements;
  58.     inspect;
  59.     FindButton;
  60.     editorList;
  61.     find;
  62.     };
  63.     SUPERCLASS = Object;
  64. };
  65. MyMachO = {
  66.     SUPERCLASS = MachO;
  67. };
  68. HVPreferences = {
  69.     ACTIONS = {
  70.     removeHeader:;
  71.     addHeader:;
  72.     setHeadersToInstallScrollView:;
  73.     setCpp:;
  74.     showDirectoryPreferences:;
  75.     setHeadersToInstallMatrix:;
  76.     showOtherPreferences:;
  77.     selectFileFromList:;
  78.     showHeaderPreferences:;
  79.     };
  80.     OUTLETS = {
  81.     headersToInstallScrollView;
  82.     cppOptions;
  83.     documentationDirectoriesView;
  84.     headerFilesView;
  85.     fullPath;
  86.     setCppButton;
  87.     headersToInstallMatrix;
  88.     otherstuffView;
  89.     outerbox;
  90.     };
  91.     SUPERCLASS = Object;
  92. };
  93.